From: Eli Zaretskii Date: Sun, 20 May 2001 04:12:31 +0000 (+0000) Subject: (automatic-hscrolling): Fix a typo. From Pavel Janik . X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~40215 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=09f62982426f8053939f38f4cf12f8c4784fff24;p=emacs.git (automatic-hscrolling): Fix a typo. From Pavel Janik . --- diff --git a/lisp/frame.el b/lisp/frame.el index 3b3bf3eaaef..5eceff5ba6b 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -1089,7 +1089,7 @@ left untouched. FRAME nil or omitted means use the selected frame." :group 'frames) (defcustom automatic-hscrolling t - "*Allow or disallow autmatic scrolling windows horizontally. + "*Allow or disallow automatic scrolling windows horizontally. If non-nil, windows are automatically scrolled horizontally to make point visible." :version "21.1"